I don't think anyone really needs iasl's banner displayed during the
build process.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
all: acpi.a
ssdt_pm.h ssdt_tpm.h: %.h: %.asl iasl
- iasl -p $* -tc $<
+ iasl -vs -p $* -tc $<
sed -e 's/AmlCode/$*/g' $*.hex >$@
rm -f $*.hex $*.aml
$(HOSTCC) $(HOSTCFLAGS) $(CFLAGS_include) -o mk_$* mk_dsdt.c
awk 'NR > 1 {print s} {s=$$0}' $< >$*.asl
./mk_$* >>$*.asl
- iasl -p $* -tc $*.asl
+ iasl -vs -p $* -tc $*.asl
sed -e 's/AmlCode/$*/g' $*.hex >$@
echo "int $*_len=sizeof($*);" >>$@
rm -f $*.hex $*.aml $*.asl mk_$*